1
תגובות
היי.
אני מנסה לכתוב לקובץ שנמצא בתיקיה אחרת.
זה הקוד שלי:
זה לא עובד, אשמח לפתרון.
אני מנסה לכתוב לקובץ שנמצא בתיקיה אחרת.
זה הקוד שלי:
$string = "Hello";
$contents = file_get_contents('/../../tem/sups.xml');
$contents = substr($contents, 0, 235) . $string . substr($contents, 235);
file_put_contents('/../../tem/sups.xml', $contents);
$contents = file_get_contents('/../../tem/sups.xml');
$contents = substr($contents, 0, 235) . $string . substr($contents, 235);
file_put_contents('/../../tem/sups.xml', $contents);
זה לא עובד, אשמח לפתרון.